From: Roland McGrath Date: Mon, 19 Apr 1993 21:19:10 +0000 (+0000) Subject: (vc-comment-to-change-log): Restored interactive spec. Why was it X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96505 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=f495d400ead063b2ad26c3210edf68d9410b106d;p=emacs.git (vc-comment-to-change-log): Restored interactive spec. Why was it removed? Why does the only log entry mentioning this function contain no actual information? --- diff --git a/lisp/vc.el b/lisp/vc.el index e27e331c534..fb2d1b2f042 100644 --- a/lisp/vc.el +++ b/lisp/vc.el @@ -547,9 +547,10 @@ popped up to accept a comment." ;;; Here is a checkin hook that may prove useful to sites using the ;;; ChangeLog facility supported by Emacs. (defun vc-comment-to-change-log (&optional file) - "Update change log from comments entered into VC for the current file. + "Update change log from comments entered into VC for the current file. Optional FILE specifies the change log file name; see `find-change-log'. See `vc-update-change-log'." + (interactive) (let ((log (find-change-log file))) (if log (let ((default-directory (or (file-name-directory log)